home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Demos / MF23 / Sources of Faith / Sources Demo / Sources Demo.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1994-10-18  |  148 b   |  9 lines

  1. on exitFrame
  2.   global isEXE
  3.   if isEXE = 1 then
  4.     go(1, the pathName & "Sources.dxr")
  5.   else
  6.     go(1, the pathName & "Sources.dir")
  7.   end if
  8. end
  9.